func github.com/klauspost/compress/zstd.printf

35 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L147: 				printf("rle block too big: csize:%d block: %+v\n", uint64(cSize), b)
		blockdec.go#L167: 				printf("compressed block too big: csize:%d block: %+v\n", uint64(cSize), b)
		blockdec.go#L179: 				printf("rle block too big: csize:%d block: %+v\n", uint64(cSize), b)
		blockdec.go#L204: 			printf("%T", br)
		blockdec.go#L377: 			printf("Found %d RLE compressed literals\n", litRegenSize)
		blockdec.go#L388: 			printf("Found %d compressed literals\n", litCompSize)
		blockdec.go#L469: 			printf("Decompressed %d literals into %d bytes\n", litCompSize, litRegenSize)
		blockdec.go#L507: 		printf("prepareSequences: %d byte(s) input\n", len(in))
		blockdec.go#L536: 			printf("prepareSequences: 0 sequences, but %d byte(s) left on stream\n", len(in))
		blockdec.go#L551: 			printf("Compression modes: 0b%b", compMode)
		blockdec.go#L589: 					printf("RLE Transform table (%v) error: %v", tableIndex(i), err)
		blockdec.go#L594: 					printf("RLE set to 0x%x, code: %v", symb, v)
		blockenc.go#L583: 			printf("Compressed %d literals to %d bytes", len(b.literals), len(out))
		blockenc.go#L701: 		printf("Compression modes: 0b%b", mode)
		decoder.go#L262: 			printf("re-adding current decoder %p, decoders: %d", d.current.d, len(d.decoders))
		decoder.go#L275: 				printf("re-adding decoder %p", v.d)
		decoder.go#L330: 			printf("re-adding decoder: %p", block)
		decoder.go#L473: 				printf("CRC Check Failed: %08x (got) != %08x (on stream)\n", got, next.d.checkCRC)
		decoder.go#L478: 				printf("CRC ok %08x\n", got)
		decoder.go#L532: 				printf("DecodedFrame (%d) > FrameContentSize (%d)\n", d.syncStream.decodedFrame, d.frame.FrameContentSize)
		decoder.go#L541: 				printf("DecodedFrame (%d) != FrameContentSize (%d)\n", d.syncStream.decodedFrame, d.frame.FrameContentSize)
		decoder.go#L572: 			printf("re-adding current decoder %p", d.current.d)
		decoder.go#L921: 						printf("found crc to check: %08x\n", dec.checkCRC)
		framedec.go#L150: 			printf("raw: %x, mantissa: %d, exponent: %d\n", wd, wd&7, wd>>3)
		framedec.go#L234: 			printf("window size %d > max %d\n", d.WindowSize, d.o.maxWindowSize)
		framedec.go#L244: 				printf("window size %d > max %d\n", d.WindowSize, d.o.maxWindowSize)
		framedec.go#L310: 			printf("CRC check failed: got %08x, want %08x\n", got, want)
		framedec.go#L315: 		printf("CRC ok %08x\n", got)
		seqdec.go#L132: 		printf("Execute %d seqs with hist %d, dict %d, literals: %d into %d bytes\n", len(seqs), len(hist), len(s.dict), len(s.literals), s.seqSize)
		seqdec.go#L241: 			printf("reading sequence %d, exceeded available data. Overread by %d\n", seqs-i, -br.remain())
		seqdec_amd64.go#L154: 		printf("Closing sequences: %v, %+v\n", err, *br)
		seqdec_amd64.go#L305: 		printf("Closing sequences: %v, %+v\n", err, *br)
		seqdec_amd64.go#L347: 		printf("Execute %d seqs with literals: %d into %d bytes\n", len(seqs), len(s.literals), s.seqSize)
		snappy.go#L176: 				printf("invalid size, want %d, got %d\n", n, r.block.size+r.block.extraLits)
		zstd.go#L107: func printf(format string, a ...any) {